home *** CD-ROM | disk | FTP | other *** search
- //
- // DragView.h
- // ImageConverter
- //
- // Created by chris struhar on 1/7/05.
- // Copyright 2005 __MyCompanyName__. All rights reserved.
- //
-
- #import <Cocoa/Cocoa.h>
-
-
- @interface DragView : NSImageView {
-
- }
- - (id)initWithCoder:(NSCoder *)coder;
-
- @end
-